Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Numerics.​IPowerFunctions<​TSelf>

Assembly: System.Runtime

Implemented Interfaces

Defines support for power functions.

Methods

static TSelf
Pow​(TSelf x, TSelf y)
Computes a value raised to a given power.
Returns <paramref name="x" /> raised to the power of <paramref name="y" /> .
x The value that is raised to the power of <paramref name="x" /> .
y The power to which <paramref name="x" /> is raised.